Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-207308 | EX13-MB-000210 | SV-207308r615936_rule | Low |
Description |
---|
The Exchange Send connector setting controls the maximum number of simultaneous outbound connections allowed for a given SMTP connector and can be used to throttle the SMTP service if resource constraints warrant it. If the limit is too low, connections may be dropped. If too high, some domains may use a disproportionate resource share, denying access to other domains. Appropriate tuning reduces risk of data delay or loss. |
STIG | Date |
---|---|
Microsoft Exchange 2013 Mailbox Server Security Technical Implementation Guide | 2020-12-11 |
Check Text ( C-7566r393437_chk ) |
---|
Review the Email Domain Security Plan (EDSP). Determine the value for SMTP Server Maximum Outbound Connections. Open the Exchange Management Shell and enter the following command: Get-TransportService | Select Name, Identity, MaxOutboundConnections If the value of MaxOutboundConnections is not set to 1000, this is a finding. or If the value of MaxOutboundConnections is set to a value other than 1000 and has signoff and risk acceptance in the EDSP, this is not a finding. |
Fix Text (F-7566r393438_fix) |
---|
Update the EDSP. Open the Exchange Management Shell and enter the following command: Set-TransportServer -Identity <'IdentityName'> -MaxOutboundConnections 1000 Note: The or The value as identified by the EDSP that has obtained a signoff with risk acceptance. |